﻿2026-06-08T04:16:42.1411712Z ##[group]Run actions/checkout@v5
2026-06-08T04:16:42.1412861Z with:
2026-06-08T04:16:42.1413510Z   repository: SaberMage/spt-core
2026-06-08T04:16:42.1422506Z   token: ***
2026-06-08T04:16:42.1423126Z   ssh-strict: true
2026-06-08T04:16:42.1423773Z   ssh-user: git
2026-06-08T04:16:42.1424433Z   persist-credentials: true
2026-06-08T04:16:42.1425153Z   clean: true
2026-06-08T04:16:42.1425797Z   sparse-checkout-cone-mode: true
2026-06-08T04:16:42.1426580Z   fetch-depth: 1
2026-06-08T04:16:42.1427305Z   fetch-tags: false
2026-06-08T04:16:42.1427954Z   show-progress: true
2026-06-08T04:16:42.1428622Z   lfs: false
2026-06-08T04:16:42.1429593Z   submodules: false
2026-06-08T04:16:42.1430289Z   set-safe-directory: true
2026-06-08T04:16:42.1431266Z ##[endgroup]
2026-06-08T04:16:42.2292816Z Syncing repository: SaberMage/spt-core
2026-06-08T04:16:42.2295071Z ##[group]Getting Git version info
2026-06-08T04:16:42.2296296Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-08T04:16:42.2298149Z [command]/usr/bin/git version
2026-06-08T04:16:42.2305926Z git version 2.43.0
2026-06-08T04:16:42.2323470Z ##[endgroup]
2026-06-08T04:16:42.2336053Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/24a1c33b-ace0-411b-a3de-8bd399558d84' before making global git config changes
2026-06-08T04:16:42.2338556Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T04:16:42.2340531Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-08T04:16:42.2383348Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-08T04:16:42.2403398Z https://github.com/SaberMage/spt-core
2026-06-08T04:16:42.2413498Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-08T04:16:42.2415779Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-08T04:16:42.2435548Z refs/heads/dev-freeform
2026-06-08T04:16:42.2442498Z [command]/usr/bin/git checkout --detach
2026-06-08T04:16:42.2480670Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.2518899Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-08T04:16:42.2551491Z Deleted branch dev-freeform (was 6a4ccc7).
2026-06-08T04:16:42.2556441Z ##[endgroup]
2026-06-08T04:16:42.2559210Z [command]/usr/bin/git submodule status
2026-06-08T04:16:42.2749678Z ##[group]Cleaning the repository
2026-06-08T04:16:42.2751180Z [command]/usr/bin/git clean -ffdx
2026-06-08T04:16:42.2777494Z Removing traceable-reqs
2026-06-08T04:16:42.2784004Z [command]/usr/bin/git reset --hard HEAD
2026-06-08T04:16:42.2823594Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.2828736Z ##[endgroup]
2026-06-08T04:16:42.2829867Z ##[group]Disabling automatic garbage collection
2026-06-08T04:16:42.2832190Z [command]/usr/bin/git config --local gc.auto 0
2026-06-08T04:16:42.2868504Z ##[endgroup]
2026-06-08T04:16:42.2870582Z ##[group]Setting up auth
2026-06-08T04:16:42.2873971Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-08T04:16:42.2902685Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-08T04:16:42.3093778Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T04:16:42.3121283Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-08T04:16:42.3313175Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T04:16:42.3338613Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-08T04:16:42.3553186Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-08T04:16:42.3585024Z ##[endgroup]
2026-06-08T04:16:42.3586356Z ##[group]Fetching the repository
2026-06-08T04:16:42.3592233Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a4ccc7320d110e949fc6669ba721023564f2570:refs/tags/v0.2.0
2026-06-08T04:16:42.9538474Z From https://github.com/SaberMage/spt-core
2026-06-08T04:16:42.9539484Z  * [new ref]         6a4ccc7320d110e949fc6669ba721023564f2570 -> v0.2.0
2026-06-08T04:16:42.9567879Z ##[endgroup]
2026-06-08T04:16:42.9568886Z ##[group]Determining the checkout info
2026-06-08T04:16:42.9570516Z ##[endgroup]
2026-06-08T04:16:42.9575117Z [command]/usr/bin/git sparse-checkout disable
2026-06-08T04:16:42.9618609Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-08T04:16:42.9640903Z ##[group]Checking out the ref
2026-06-08T04:16:42.9643723Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.2.0
2026-06-08T04:16:42.9683794Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.9688561Z ##[endgroup]
2026-06-08T04:16:42.9726660Z [command]/usr/bin/git log -1 --format=%H
2026-06-08T04:16:42.9747514Z 6a4ccc7320d110e949fc6669ba721023564f2570
